object frmQuickFtpTransfer: TfrmQuickFtpTransfer Left = 328 Top = 302 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 83 ClientWidth = 234 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblByteCount: TLabel Left = 8 Top = 29 Width = 59 Height = 13 Caption = 'lblByteCount' end object PB: TProgressBar Left = 8 Top = 8 Width = 217 Height = 11 Min = 0 Max = 10000 Smooth = True Step = 100 TabOrder = 0 end object btnCancel: TButton Left = 80 Top = 53 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end object ProgressTimer: TTimer Enabled = False Interval = 2000 OnTimer = ProgressTimerTimer Left = 184 Top = 32 end end